home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
spycraft.dir
/
00020_Exit.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
304 b
|
17 lines
on mouseDown
stopAllQT()
puppetSound("BALTRON.WAV")
repeat with x = 1 to 2
set the castNum of sprite 14 to 40
updateStage()
delayFor(10)
set the castNum of sprite 14 to 41
updateStage()
delayFor(10)
end repeat
blackFrame()
beatFast()
open("mechpass 0")
quit()
end